IndexScope Enumeration

Specifies whether an index is constructed for an entire document or for a chapter.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum IndexScope

Members

Document0 The index is constructed for the chapter that contains the index. A chapter consists of all those paragraphs and headings which have the same immediately preceding heading with outline level 1.
Chapter1 The index is constructed for the entire document.
None2 None

See Also